home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / dev / basic / PowerAGA.lha / PowerAGA / PowerAGA.text < prev   
Encoding:
Text File  |  2000-02-29  |  1.1 KB  |  33 lines

  1. Power BASIC AGA extensions
  2. ==========================
  3.  
  4. Early versions of Maxxon BASIC, HiSoft BASIC 1
  5. and Power BASIC were written before the launch
  6. of AGA systems, and therefore lack support for
  7. 24 bit palette and 256 colour screens. This
  8. HiSoft Power BASIC AGA support demonstration
  9. shows you how to program an overscan 8 plane
  10. screen and set any of the 256 colours to any
  11. 24 bit colour.
  12.  
  13. Colour.bas is the demonstration program - it
  14. includes SUB Palette32(pen%,red%,green%,blue%)
  15. which takes four parameters, 0 to 255, setting
  16. a given pen to the 24 bit colour indicated by
  17. the last three parameters.
  18.  
  19. Graphics.bmap is an extended BMAP file which
  20. includes AGA functions as well as the original
  21. 16 bit Amiga system calls. Put this in your
  22. BASIC BMAP drawer in place of the original
  23. supplied by HiSoft to gain access to the new
  24. functions.
  25.  
  26. This program is copyright 2000 Simon N Goodwin.
  27. It may be freely distributed and included in
  28. other programs, with attribution. Contact the
  29. author simon@studio.woden.com if you use this,
  30. please, to encourage the release of other such
  31. BASIC extensions.
  32.  
  33.